Properties
Name | Returns | Notes | Example |
---|---|---|---|
queryRepository | Repository | ||
queries | Queries | ||
queryList | List | Returns all saved queries for the current organisation | |
reportList | List | ||
lag | Lag |
Methods
Name | Returns | Notes | Example |
---|---|---|---|
createQuery ( name, indexLocalName, json, user, session ) | void | ||
runQuery ( queryBean, params ) | KSearchResponse | Runs the given query after applying variable substitution Will use params "from" and "size" as arguments to executing the query, ie will be added to the elasticsearch query, if they are present | |
params ( request ) | Map | Builds the standard list of params for a call to runQuery |
Ask a question, or offer an answer